home *** CD-ROM | disk | FTP | other *** search
/ The Complete Utilities To…ka 501 Killer Utilities! / 501 Killer Utilities! (Macworld July 1995).cdr / Programming / ICAppSourceKit1.0 / ICWindowUtils.p < prev    next >
Encoding:
Text File  |  1994-09-27  |  168 b   |  12 lines  |  [TEXT/PJMM]

  1. unit ICWindowUtils;
  2.  
  3. interface
  4.  
  5.     uses
  6.         ICTypes, ICWindowGlobals;
  7.  
  8.     function WindowsOpen (wt: WindowType; id: integer): OSErr;
  9.  
  10. implementation
  11.  
  12. end. (* ICWindowUtils *)